NevronOpenVision
Nevron.Nov.Chart Namespace / NDataPointCollection<TDataPoint> Class
Fields Properties Methods Events


In This Topic
    NDataPointCollection<TDataPoint> Class Members
    In This Topic

    The following tables list the members exposed by NDataPointCollection<TDataPoint>.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DataSource property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the NDataPointCollection schema  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the data source to which this collection of data points is bound to. To set the data source use the Bind method.  
    Top
    Public Methods
     NameDescription
    Public MethodBinds this collection to the specified data source.  
    Public MethodGets the specified series values, converted to the specified type.  
    Public MethodCreates an array variant, that contains the values of the the data point properties with the specified name.  
    Public MethodOverloaded. Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first.  
    Public MethodSets an array variant, usually obtained from the NFormulaCalculator to the data points of this series.  
    Public MethodUnbinds the data point collection  
    Public MethodPerforms any pending data-binding updates from the data source  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodCalled when the data source has changed from the specified old one to the new one.  
    Protected MethodCalled when multiple rows from the grid data source have been inserted, removed or their values have changed.  
    Protected MethodCalled when a row has been inserted in the grid data source.  
    Protected MethodCalled when a row has been removed from the grid data source.  
    Protected MethodCalled when a row;field value from the grid data source has changed.  
    Internal MethodOverridden.   
    Top
    See Also